DecimalFormatDictionary.IDictionary<XmlQualifiedName, DecimalFormat>.Keys PropertyDecimalFormatDictionary.IDictionary(Of XmlQualifiedName, DecimalFormat).Keys PropertyDecimalFormatDictionary::IDictionary<XmlQualifiedName, DecimalFormat>::Keys Property
Syntax
Private ReadOnly Property Keys As ICollection(Of System.Xml.XmlQualifiedName) _ Implements IDictionary.Keys Get
private ICollection<System.Xml.XmlQualifiedName> System.Collections.Generic.IDictionary<TKey, TValue>.Keys { get; }
private: property ICollection<System.Xml::XmlQualifiedName^>^ Keys { virtual ICollection<System.Xml::XmlQualifiedName^>^ System.Collections.Generic::IDictionary<TKey, TValue>::get() sealed; }